home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95 Shareware / The Best of Windows 95 Shareware (Wayzata Technology)(1996).ISO / pc / misc / dm12 / dosmode.txt < prev   
Text File  |  1995-09-29  |  4KB  |  111 lines

  1. DOS MODE for Windows 95
  2. The most important option left out of Windows 95.
  3. (c) 1995 by Joseph Alex Martin
  4.  
  5. Version Notes:
  6. --------------
  7.  
  8.         1.0     First release version of DOS MODE.
  9.  
  10.         1.1     GREATLY reduced the resident size of the DOS MODE
  11.                 KERNEL, DOS MODE is only 4k resident during the
  12.                 DOS MODE session.  This down from 36k in version
  13.                 1.0.
  14.  
  15.         1.2     Made the DOS MODE KERNEL non memory resident.
  16.                 Removes the 4k resident during the DOS MODE session.
  17.  
  18. Program Files:
  19. --------------
  20.  
  21.   DOSMODE.EXE : The executable file.
  22.   DOSMODE.TXT : The documentation file.
  23.   DOSMODE.HLP : Windows Help file.
  24.  
  25. Installation:
  26. -------------
  27.   Place DOSMODE.EXE into a directory on your path.
  28.  
  29.   Place DOSMODE {delay} in your AUTOEXEC.BAT file as the last
  30.   statement.
  31.  
  32.   If you are using a multi-config config.sys which you want to set
  33.   up so that one branch loads Windows 95 and the other goes into
  34.   DOS MODE, setup the Windows 95 branch and place the DOS MODE
  35.   command as follows as the last command in AUTOEXEC.BAT
  36.  
  37.         IF '%CONFIG%'=='DOSMODE' DOSMODE 0
  38.  
  39.   This example assumes that DOSMODE is the section name for the
  40.   DOS MODE multi-config, and runs DOSMODE 0 if you specify MS DOS
  41.   MODE.
  42.  
  43.   If you decide to use DOS MODE without multi-config support, choose
  44.   a timer value that gives enough time for a response, that will not
  45.   be too excessive, I recommend 5 - 15 as a resonable timer length.
  46.  
  47.   For more information on multi-config, the windows help file has a
  48.   complete guide to setting up multi-config.
  49.  
  50. Syntax:
  51. -------
  52.  
  53. DOSMODE delay
  54.  
  55.   Using a delay of 0 will cause the counter to be skipped and DOS MODE
  56.   to be initiated immediatly.  This is a special mode for use in a
  57.   startup menu to create a dos mode multi-config option.
  58.  
  59. Purpose and Description:
  60. ------------------------
  61.  
  62. DOS MODE allows YOU to choose whether you want to run Windows, or a DOS
  63. session.
  64.  
  65. DOS MODE provides a configurable time delay to allow you to stay in a
  66. DOS session, before loading Windows 95.
  67.  
  68. Calling DOS MODE in the autoexec.bat file as the last command, will allow
  69. you to postpone the loading of Windows 95 while you work on what you want
  70. to work on.
  71.  
  72. DOS MODE is designed for both power users as well as novices.  DOS MODE
  73. is command line configurable.  Changing the delay value is as simple as
  74. changing the DOSMODE line in the autoexec.bat.  DOS MODE does not alter
  75. any Windows 95 files, it simply loads a copy of command.com into memory
  76. for the DOS session so that you can work in DOS before working going
  77. into Windows 95.
  78.  
  79. When you are done with the DOS session type 'exit' and your computer will
  80. go into Windows.
  81.  
  82. Possible uses of DOS MODE:
  83.  
  84.  ■ To find problem causing TSRs that are conflicting with Windows.
  85.  ■ To work in a DOS MODE program, without having to go into the GUI,
  86.    then click on the programs icon, which will just take you back to
  87.    DOS anyhow.
  88.  ■ To play MS-DOS games that won't run properly under Windows, or that
  89.    haven't been ported over to Windows 95, yet.
  90.  ■ To make your computer, yours.
  91.  ■ To take back control over your CPU.
  92.  
  93. It is my hope that the need for DOS MODE is only a temporary one, hopefully
  94. all software authors will make upgrading from DOS versions to Windows 95
  95. versions of software affordable, and easy to do.  However, with a lot of
  96. companies making the change to Windows 95 apps a slow process to accomplish
  97. DOS MODE may be a requirement for up to the next 6 months.  The next 6
  98. months are going to be the most crucial for computer users.
  99.  
  100. DOS MODE is freeware.  While I do not require payment for the use of this
  101. program, I would welcome your comments.  E-mail jam237@psu.edu with your
  102. comments, or visit my personal homepage at http://www.io.com/~jam237/ to
  103. leave feedback, and to look in my software vault to see what is new.
  104.  
  105. DOS MODE: The most important option left out of Windows 95.
  106. Version 1.2
  107. (c) 1995 Joseph Alex Martin
  108.  
  109. jam237@psu.edu
  110. http://www.io.com/~jam237/
  111.